ISlave.WriteEEprom method

Writes a double word into a slave's EEPROM.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IKsCommand WriteEEprom(
       int offset,
       uint data
)
Function WriteEEprom(
       offset As Integer,
       data As UInteger
) As IKsCommand

Parameters

offset

Type: int

The offset in the EEPROM space.

 

data

Type: uint

The value to be written.

Return value

Type: IKsCommand

Returns the states of a method.

Usable EtherCAT states

ecatInit, ecatPreOP, ecatSafeOP, ecatOP

See also

ISlave Interface

IntervalZero.KINGSTAR.Base.Class Namespace